@charset "utf-8";
body {
    background: #000;
}
body, table, .text, .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6{
	font-family: "Arial Narrow", Arial;
	color: #fff;
}
#wrapper {
    width: 960px;
    margin: 0 auto;
    min-height: 100%;
}
a, a:link, a:visited,a:hover{
    color:#27FF03;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.header{
    padding: 25px 0;
    overflow: hidden;
}
.left-header{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	width:600px;
}
.contacts{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	width:350px;
	text-align: right;
}
.phone {
	font-size: 30px;
	line-height:1.3em;
}
.logo{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
}
.logo img{
	margin-right:10px;
}
.title{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	width:400px;
}
#title, #slogan {
	text-decoration: none;
	color: #fff;
}
#title {
	font-size: 30px;
	line-height:1.3em;
}
#slogan {
	font-size: 16px;
	line-height:1.3em;
}
.menu {
	padding:10px 0;
	border-bottom: 1px dashed #464545;
	border-top: 1px dashed #464545;
	text-align:center;
	margin-bottom:10px;
}
.menu li {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align: top;
	margin-right:5px;
	padding: 0 10px;
	border-right: 2px solid #4d4d4d;
	border-left: 2px solid #4d4d4d;
	font-size: 16px;
	line-height:1.3em;
}
.menu li a {
	color: #fff;
	text-decoration: none;
}
.menu li a:hover {
	color:#00FF00;
}
.menu .current a {
	color: #00FF00;
	text-decoration: underline;
}
.menu .current a:hover {
	text-decoration: none;
}
#left {
	width: 625px;
	float: left;
}
#right {
	width: 301px;
	float: right;
}
.footer .text{
	text-align:center;
	font-size:11px;
	line-height:1.3em;
	color:#959595;
}
.footer .text a,.footer .text a:link,.footer .text a:visited,.footer .text a:hover{
	color:#fff;
}
.news .news_item .news_title .news_headline{
	font-size:16px;
	line-height:1.3em;
}
.news .news_item .news_title .top_date{
	display:none;
}
.news .news_item .news_title .bottom_date{
	display:block;
}
.index_catalog{
	margin-bottom:20px;
}
.items_catalog li,.photo_list li{
	width:280px;
	padding:8px;
	margin:10px;
	background:#fff;
}
.items_catalog li,.photo_list li,.object_image a img{
	background:#fff;
}
.object_image a img{
	margin:15px;
	margin-top:0;
	padding:8px;
}
.breadcrumbs{
	margin:10px 0;
	font-size:11px;
}
.items_catalog .category_title, .items_catalog .object_title,.photo_list .photo_title, .photo_list .photo_album_title{
	padding:10px 0 0 0;
}
.items_catalog .category_title a, .items_catalog .object_title a,.photo_list .photo_title a, .photo_list .photo_album_title a{
	color:#000;
	text-decoration:none;
}
.items_catalog .category_title a:hover, .items_catalog .object_title a:hover,.photo_list .photo_title a:hover, .photo_list .photo_album_title a:hover{
	color:#000;
	text-decoration:underline;
}
.items_catalog .catalog_pages {
	background:none;
}
.seo_text{
	margin:25px 0;
}
.header_search_form{	
	text-align:center;
}
.header_search_form .search_form_string {
	width:220px;
}